PDF4Java Reference Documentation
com.o2sol.pdf4java.portfolios Package / PDFPortfolioAttributeDefinitionType Enumeration
In This Topic
    PDFPortfolioAttributeDefinitionType Enumeration
    In This Topic
    Defines the supported data types for portfolio attributes.
    Members
    MemberDescription
    CREATION_DATECreation date of the file in the document attachment.
    DATEDate attribute.
    DESCRIPTIONDescription of the document attachment.
    FILE_NAMEFile name of the document attachment.
    MOD_DATEModification date of the file in the document attachment.
    NO_TYPEThe attribute has no data type associated with it.
    NUMBERNumber attribute.
    SIZESize of the file in the document attachment.
    STRINGText attribute.
    UNKNOWNUnknown data type.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.portfolios.PDFPortfolioAttributeDefinitionType

    See Also